home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / clarion.arc / TENV.HLP (.txt) < prev    next >
Clarion Help  |  1991-07-24  |  10KB  |  180 lines

  1.  The Clarion Professional Developer comes with an install program. 
  2.  INSTALL creates a directory on your hard disk called \CLARION and 
  3.  populates it with the files from the diskettes you received with  
  4.  the Professional Developer package.
  5.  INSTALL asks permission to add \CLARION to your PATH statement in 
  6.  your AUTOEXEC.BAT file and to change the FILES and BUFFERS values 
  7.  in your CONFIG.SYS file.
  8.  When Clarion has been installed, it is executed as follows:
  9. CLARION
  10. (Enter)
  11.  This completes the Environment tutorial.
  12.  The Designer tutorial should be viewed next. 
  13.  This tutorial operates in either MANUAL or AUTOMATIC viewing mode. 
  14.  You can change the viewing mode at any time by pressing M for
  15.  MANUAL mode or A for AUTOMATIC mode.
  16.  When you are viewing in either mode, use the cursor right ( 
  17.  key to page forward, and the cursor left ( 
  18.  ) key to page
  19.  backward.  In MANUAL mode, the tutorial will wait for you page
  20.  forward.  In AUTOMATIC mode, forward paging happens automatically. 
  21.  You can speed up the tutorial by pressing the gray+ key, or slow
  22.  it down by pressing the gray- key.
  23. Designer
  24. Helper
  25. Editor
  26. Compiler
  27. Compiler &  
  28. Processor
  29. Processor
  30. Translator  
  31. Director
  32.  F1 displays a help window.  Clarion  
  33.  help windows are context sensitive,  
  34.  that is, they try to explain options 
  35.  appropriate for the current process. 
  36.  Some help windows display a menu of  
  37.  help topics.  Select a help topic
  38.  and press Enter to display its help  
  39.  window.  Esc removes a help window.  
  40.  F2 displays the Clarion menu.  The  
  41.  menu is required because there are  
  42.  more Clarion utility programs than  
  43.  function keys.
  44.  The menu is part of each program,
  45.  so it is displayed immediately when 
  46.  F2 is pressed.
  47.  The function keys can also be used
  48.  to execute Clarion utility programs. 
  49.  The remaining function keys execute 
  50.  the programs listed--exactly as if  
  51.  they were executed from the Clarion 
  52.  menu.
  53.  F7 is the "compile and test" key.
  54.  It executes Compiler and then, if
  55.  there are no errors, Processor.
  56.  Clarion "remembers" what it worked
  57.  on last--even between sessions.  So  
  58.  when you execute Editor,  the input  
  59.  file is already set to the file you  
  60.  edited last.
  61.  Compiler defaults to the program you 
  62.  edited last.  Processor defaults to  
  63.  the program you compiled last.  And  
  64.  Filer, Scanner, and Sorter default
  65.  to the file you used last.
  66.  These function keys work with the 
  67.  Shift key to provide "immediate"  
  68.  execution.
  69.  For example, F6 displays the base 
  70.  page of Compiler with the default 
  71.  input file filled in.  Shift-F6
  72.  compiles the default input file
  73.  without stopping at the base page.
  74. The CLARION Professional Developer
  75. Manage Directories
  76. Editor
  77. Compiler
  78. Filer
  79. Helper
  80. Processor
  81. Sorter
  82. Designer
  83. Translator  
  84. Scanner
  85. Reporter
  86. Crossrefer  
  87. Converter
  88. Director
  89. Tailor
  90.  Compiler compiles Clarion source code into Clarion  
  91.  processor code.  Clarion processor code is executed 
  92.  by Processor (without a link step) and is converted 
  93.  by Translator into standard object code.
  94.  Converter imports Clarion files from and exports 
  95.  Clarion files to: Dbase II and Dbase 
  96. , DIF,
  97.  and BASIC (comma delimited) files.
  98.  Designer generates source code for entire applications 
  99.  by combining screens and reports painted on the video  
  100.  monitor with a complete data dictionary.
  101.  Director is a DOS shell that accepts DOS commands and 
  102.  displays the sub-directories and files in the current 
  103.  directory.  Control keys can be used to manipulate
  104.  these directory entries.
  105.  Editor is used to create and change source program 
  106.  files.  Editor knows the Clarion language and also 
  107.  supports keyboard macros, search and replace with  
  108.  wildcards, line or character blocks, zone insert,  
  109.  and multiple windows.
  110.  Filer creates an empty Clarion file from a
  111.  source file layout.  If a file layout changes, 
  112.  Filer rearranges each record from the old file 
  113.  to match the new record layout.
  114.  Helper creates help files from windows painted on 
  115.  the video monitor.  Help windows are displayed by 
  116.  a Clarion program whenever the F1 key is pressed. 
  117.  Processor executes Clarion processor code without linking. 
  118.  A debugging window can be displayed by pressing the Ctrl
  119.  and Break keys at the same time (Ctrl-Break). This window  
  120.  watches variables, sets resume and break points, traces,
  121.  single cycles, and scrolls source code.
  122.  The Reporter  creates database and  report definitions from 
  123.  Dbase, ASCII, and Clarion data files which can then be used 
  124.  to produce reports to the screen, a disk file, or a printer.
  125.  Scanner displays a Clarion file like a spread-sheet 
  126.  (each record in a row and each field in a column).  
  127.  Records can be added, changed, and deleted.  Column 
  128.  sequence and format can be customized and saved.
  129.  Sorter sorts, combines, backs up, restores, 
  130.  compresses, and reorganizes Clarion files.  
  131.  Tailor customizes the Clarion utility programs 
  132.  for colors, keyboard options (such as beep and 
  133.  video timeout), source code column conventions 
  134.  and print options.
  135.  Translator creates standard object (.OBJ) files from processor  
  136.  code created by Compiler.  Translator also asks permission to
  137.  create an auto response file and execute LINK or PLINK in order 
  138.  to create a standard executable (.EXE) file.
  139.  This is the Clarion menu.  Each of the Clarion
  140.  utility programs can be executed from this menu. 
  141.  Crossrefer builds a cross-reference listing of the global 
  142.  data in an application.  The listing shows where a label  
  143.  is declared and every place it is used.
  144.   CLARION
  145.   PROFESSIONAL DEVELOPER
  146. T U T O R I A L
  147. Copyright 1990 by
  148. CLARION Software Corporation 
  149. All rights reserved
  150. !BLACK   
  151. ENV_W1  a
  152. ENV_W2  
  153. INSTR   3
  154. KBOX    O
  155. KEYS    
  156. KEYS_F1 S    
  157. KEYS_F2 
  158. KEYS_W1 
  159. KEYS_W2 L
  160. KEYS_W3 m
  161. KEYS_W4 
  162. KSHIFT  U
  163. LOGO    
  164. LOGO_CMP
  165. LOGO_CNV
  166. LOGO_DESI
  167. LOGO_DIR
  168. LOGO_EDT
  169. LOGO_FIL!
  170. LOGO_HLP
  171. LOGO_PRO
  172. LOGO_RPT
  173. LOGO_SCN
  174. LOGO_SRT
  175. LOGO_TLR
  176. LOGO_TRN\ 
  177. LOGO_W1 
  178. LOGO_XRF
  179. TUTOR   
  180.